projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe3101
)
correct typo in last change
author
Adrian Robert
<Adrian.B.Robert@gmail.com>
Mon, 6 Jul 2009 15:22:19 +0000
(15:22 +0000)
committer
Adrian Robert
<Adrian.B.Robert@gmail.com>
Mon, 6 Jul 2009 15:22:19 +0000
(15:22 +0000)
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index a56bcf15e9d875254d9910fe8af42d3b4801b14e..75567de0e57022e39637e88bde255b773b5fe721 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-4468,7
+4468,7
@@
extern void update_window_cursor (struct window *w, int on);
return;
if (![[self window] isKeyWindow]
- && [[theEvent window] isKindOfClass: [EmacsWindow class]]
)
+ && [[theEvent window] isKindOfClass: [EmacsWindow class]]
/* we must avoid an infinite loop here. */
&& (EmacsView *)[[theEvent window] delegate] != self)
{